Sends an N-GET-REQ to the SCP.
public TResult Get<TResult>(
DicomScp Scp,
string AbstractSyntax,
string SOPInstanceUID,
List<long> Attributes
)
Public Function Get(Of TResult)( _
ByVal Scp As DicomScp, _
ByVal AbstractSyntax As String, _
ByVal SOPInstanceUID As String, _
ByVal Attributes As List(Of Long) _
) As TResult
public:
_TResult^_ Getgeneric<typename TResult>
(
DicomScp^ Scp,
String^ AbstractSyntax,
String^ SOPInstanceUID,
List<int64>^ Attributes
)
Scp
The peer connection to send the N-SET-REQ to.
AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Retrieve Class and General Purpose Performed Procedure Step.
SOPInstanceUID
The SOP Instance of the class. A server may, for example, have three instances of the Nuclear Modality Performed Retrieve Class. This value identifies the data with a specific instance.
Attributes
The attributes to get. The attributes must be specified using the Data Element Tags.
TResult
The type of the result.
The requested data return from the N-SET-REQ. TResult needs to have the correct attributes in order to be update with information from the returned dataset.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document